reflect.rtype.Elem (method, view implemented interface methods)
5 uses
reflect (current package)
type.go#L740: func (t *rtype) Elem() Type {
type.go#L891: return t.Elem().Kind() == Array
type.go#L919: return t.Elem().Kind() == Array
value.go#L447: elem := toRType(t.In(n)).Elem() // FIXME cast to slice type and Elem()
value.go#L2341: if toRType(v.typ()).Elem().Kind() != Uint8 { // TODO add Elem method, fix mustBe(Slice) to return slice.
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |